home *** CD-ROM | disk | FTP | other *** search
- (if (= @language "deutsch")
- (
- (SET Intro "Wilkommen zum Installer-Script für PlayCDDA")
- (SET WBin "Wohin soll PlayCDDA hinkopiert werden ?")
- )
- )
- (if (= @language "english")
- (
- (SET Intro "Welcome to the installer-script for PlayCDDA")
- (SET WBin "Where do you want me to place PlayCDDA ?")
- )
- )
-
- (MESSAGE Intro)
-
- (SET XX
- (ASKDIR
- (PROMPT WBin)
- (HELP "")
- (DEFAULT "sys:")
- )
- )
-
- (SET Place (tackon XX "PlayCDDA"))
- (run (cat "makedir \""Place"\""))
-
- (COPYFILES (SOURCE ":DiskUtil/CD-ROM/PlayCDDA")
- (DEST Place)
- (ALL)
- (INFOS)
- )
-